home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / version / vexedemo / readme.txt next >
Encoding:
Text File  |  1994-04-22  |  6.8 KB  |  185 lines

  1. <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  2.                               DEMO version of Vexe 1.0b
  3. <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  4.  
  5.     This group of files is a fully functional demonstration copy of
  6.                 --- VEXE for Windows 3.1 ---
  7.  
  8.         VEXE is a utility program for Windows developers which allows
  9.     you to embed supporting files of various types INSIDE the application
  10.     program file. This allows more effective copy protection, improved 
  11.     version control and data security without introducing any new programing
  12.     chores. VEXE does not even need access to application source code!
  13.  
  14.         This DEMO version of VEXE is identical to the retail version
  15.     and is not "crippled" in any way. the only difference between the
  16.     copy included here and the retail copy is that the OUTPUT files produced
  17.     by this DEMO version of VEXE will display a message box to the user
  18.     each time they are executed informing them that the application has
  19.     been prepared using VEXE. After responding to this message, the
  20.     application will proceed to run normally. We feel this allows you
  21.     full freedom to evaluate VEXE's effectiveness and compatability while
  22.     "encouraging" you to purchase a retail copy for long-term use.
  23.  
  24.         Feel free to make as many copies of this DEMO version of VEXE
  25.     as you care to and distribute them in any manner desired. Just be sure
  26.     that ALL the files in this group are included.
  27.  
  28.         To install the demo, just copy the included files to any
  29.     directory on your system and use Program manager's "File/New" menu
  30.     selection to install the icon for the file VEXEDEMO.EXE in any of
  31.     your desktop groups.
  32.  
  33.         System requirements for running VEXE are:
  34.             - Windows 3.1 (or certain compatable system ...
  35.                     contact VCS for more information)
  36.             - 1 mbyte of disk space
  37.     
  38.         Use the Help button on the VEXE main screen to view the
  39.     full documentation.
  40.  
  41.         The retail version of VEXE can be purchased directly from VCS
  42.     at the address (or phone numbers) below for $99 (plus $5 s&h).
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. ==============================================================================
  51.                            VEXE 1.0b Release Notes                                               
  52. ==============================================================================
  53.  
  54.  
  55. NEW FILE TYPES SUPPORTED
  56. ------------------------
  57.  
  58.         The current release allows .HLP and runtime .LIC files to be 
  59.         embedded in addition to the DLL,VBX and EXE files supported in 
  60.         the 1.0a release.
  61.  
  62. TOTAL EMBEDDED FILES INCREASED
  63. ------------------------------
  64.  
  65.         The total number of embedded files permitted in the VExe'd output
  66.         file has been increased from 25 to 39. Please let us know if this
  67.         is not adequate.
  68.  
  69. NEW COMMAND LINE SWITCHES
  70. -------------------------
  71.  
  72.         The following command line switches have been added to the
  73.         VEXE.EXE executable to allow automatic loading/saving of
  74.         configuration files and automatic building of the VExed application.
  75.         
  76.  
  77.                 /Lfilename
  78.                 /Sfilename
  79.                 /G
  80.                 /Q
  81.  
  82.         See COMMAND LINE OPERATION in the help file for more information.
  83.  
  84. SETUP WIZARD
  85. ------------
  86.  
  87.         If you use setup wizard to distribute your app you should make the
  88.         following changes to a copy of your make file to force Setup Wizard
  89.         to use your VExe'd output file instead of your applications EXE.
  90.  
  91.  
  92.              1) Create a copy of your applications .MAK file.
  93.  
  94.              2) Change the exectuble specified in the "ExeName=" statement 
  95.                 to the name of your VExe output file.
  96.  
  97.              3) Place the VExe'd output file in the same directory as the
  98.                 .MAK file.
  99.  
  100.              4) Aim Setup Wizard at the modified .MAK file.
  101.  
  102.  
  103.         You should also consider downloading the latest copy of Setup Wizard
  104.         from the MSL forum on CompuServe. The latest copy contains a number 
  105.         of bug fixes and also has a readme file which covers installing 
  106.         executables that must be split across multiple floppies.
  107.  
  108. VEXE OUTPUT FILE NAMING
  109. -----------------------
  110.  
  111.         The VExe Ouput filename you specify MUST NOT be the same name as your
  112.         primary executable. Do not rename your VExe output file to the same 
  113.         name as your primary executable after it is created.
  114.  
  115.         Your application is launched after the VExe'd output file is loaded 
  116.         and if the names are the same the VExe'd output file will be launched 
  117.         recursively causing your application to hang.
  118.  
  119. MODULES ALREADY LOADED WHEN YOUR APP RUNS
  120. -----------------------------------------
  121.  
  122.         Version 1.0b of VExe does not protect your apps from modules that are
  123.         already loaded with the same name/different version  when your app is
  124.         launched. This feature is still under test and is not enabled in the 
  125.         current release. See the following section for more info.
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. =======================================================================
  134.                               VEXE 1.1
  135. =======================================================================
  136.  
  137.         We will soon begin limited beta testing of the next version of VExe
  138.         which will contain additional features not enabled in the first 
  139.         release. This version will address such issues as:
  140.  
  141.            - Allowing modules with the same name/different version to be loaded
  142.            - Optional encryption of the VExe'd output file
  143.            - Allowing any read only file to be embedded 
  144.  
  145.                                 
  146.         This release will be shipped to all VExe 1.0 customers free of
  147.         charge as soon as it becomes available.
  148.  
  149.         If you would be interested in participating in the version 1.1 Beta
  150.     program (and receiving a preliminary copy for evaluation) please send
  151.     a request to our CompuServe address listed below. Please do not call our
  152.     voice number for this.
  153.  
  154.         
  155.  
  156.  
  157.  
  158.  
  159. ============================================================================
  160.                                   FEEDBACK
  161. ============================================================================
  162.  
  163.         As this is our first release your comments and suggestions are very 
  164.         important and will aid us in making improvements to the product and 
  165.         shaping it in future releases. Please contact us at the Compuserve 
  166.         address indicated below with any comments you might have. 
  167.  
  168.  
  169.         
  170.  
  171.  
  172.         Thank you              
  173.  
  174.  
  175.  
  176.  
  177.         Versatile Control Systems
  178.         2655 North Ocean Drive
  179.         Singer,Island Fl. 33404
  180.         
  181.         (407) 881-9050 voice
  182.         (407) 881-7345 fax
  183.         75144,3111     Compuserve
  184.                 
  185.